home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / midi / chrdmstr.lha / chordmaster / source / ChordList.h < prev    next >
C/C++ Source or Header  |  1992-10-23  |  168b  |  9 lines

  1. struct chord_match {
  2.    char *encoding;
  3.    char *name;
  4.    struct chord_match *next;
  5.    };
  6.  
  7. typedef struct chord_match CHORD_ELEMENT;
  8. typedef CHORD_ELEMENT *CHORD_LIST;
  9.